Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Resque\Logger class #77

Merged
merged 2 commits into from
Apr 28, 2024
Merged

Drop Resque\Logger class #77

merged 2 commits into from
Apr 28, 2024

Conversation

pprkut
Copy link
Collaborator

@pprkut pprkut commented Sep 18, 2023

This removes the internal PSR-3 logger. Now, if no custom logger is set up in the APP_INCLUDE, logging is disabled.

I think by now everyone is using PSR-3 and there's no need to continue shipping our own logger. Dropping it allows us to support a wider range of psr/log, which provides projects the freedom to choose the best version for them. Should also help a bit with PHP 8 compatibility (since latest monolog no longer supports PHP 7)

This removes the internal PSR-3 logger. Now, if no custom
logger is set up in the APP_INCLUDE, logging is disabled.
@danhunsaker danhunsaker merged commit 4746684 into resque:develop Apr 28, 2024
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants